From 50030962ce57786a6a884c4889c13531ef28be93 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 9 Oct 2009 09:33:29 +0100 Subject: [PATCH] x86: Fix build after ia64 grant-table build fix. Signed-off-by: Keir Fraser --- xen/include/asm-x86/grant_table.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/grant_table.h b/xen/include/asm-x86/grant_table.h index f435fa08c9..ff029990a8 100644 --- a/xen/include/asm-x86/grant_table.h +++ b/xen/include/asm-x86/grant_table.h @@ -40,7 +40,7 @@ int replace_grant_host_mapping( (mfn_to_gmfn(d, gnttab_shared_mfn(d, t, i))) -#define gnttab_status_mfn(d, t, i) \ +#define gnttab_status_mfn(t, i) \ ((virt_to_maddr((t)->status[i]) >> PAGE_SHIFT)) #define gnttab_status_gmfn(d, t, i) \ -- 2.30.2